net/http.Server.disableKeepAlives (field)
4 uses
net/http (current package)
server.go#L3108: disableKeepAlives atomic.Bool
server.go#L3651: return !s.disableKeepAlives.Load() && !s.shuttingDown()
server.go#L3664: s.disableKeepAlives.Store(false)
server.go#L3667: s.disableKeepAlives.Store(true)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)